Skip to content

Enable Renovate auto-merge#43

Merged
compscidr merged 1 commit intomainfrom
feat/renovate-automerge
Mar 16, 2026
Merged

Enable Renovate auto-merge#43
compscidr merged 1 commit intomainfrom
feat/renovate-automerge

Conversation

@compscidr
Copy link
Owner

Adds automerge, automergeType, and platformAutomerge to renovate.json so that Renovate PRs auto-merge after CI passes.

Copilot AI review requested due to automatic review settings March 16, 2026 18:16
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enables Renovate auto-merge so dependency update PRs can merge automatically once they’re eligible, reducing manual maintenance overhead.

Changes:

  • Enable Renovate automerge globally (automerge: true)
  • Configure PR-based automerge (automergeType: "pr")
  • Enable GitHub platform auto-merge integration (platformAutomerge: true)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +6 to +8
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
@compscidr compscidr merged commit 1aae322 into main Mar 16, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants